home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11916 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: dial-370.access.unicom.net!user
  2. From: glade8her@somewhere.net (Gladhe Ateher)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Need help: clearing a text screen in Unix
  5. Date: Wed, 27 Mar 1996 11:45:30 -0600
  6. Organization: Somewhere Else Communications Inc.
  7. Message-ID: <glade8her-2703961145300001@dial-370.access.unicom.net>
  8. References: <4j4hli$rog@epervier.CC.UMontreal.CA> <4jbr9l$h7e@spanky.pls.ov.com>
  9. NNTP-Posting-Host: dial-370.access.unicom.net
  10. X-Newsreader: Yet Another NewsWatcher 2.2.0b4
  11.  
  12. If you're trying to clear the screen in a C program in Unix, try a system
  13. call...  like 'system "clear";'
  14.  
  15. In article <4jbr9l$h7e@spanky.pls.ov.com>, glenn@ov.com wrote:
  16.  
  17. > In article rog@epervier.CC.UMontreal.CA, coteand@JSP.UMontreal.CA (COTE
  18. Andre) writes:
  19. > >Hi there!
  20. > >
  21. > >Simple question:
  22. > >
  23. > >How can I clear my text window and position my cursor in the upper left
  24. corner when I have XWindow on a Silicon Graphic 
  25. > >machine (of course I'm on Unix ;-) ) ???
  26. > >
  27. > >Any help is appreciated!
  28. > >
  29. > >Thanks
  30. > >
  31. > >Indy
  32. > Read up on the subject of terminfo, and direct future unix questions to 
  33. > comp.unix.programmer.
  34. >                         Fletcher.Glenn@ov.com
  35.